home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 June
/
macformat-038.iso
/
Demos
/
Notting Hill
/
SINGING
/
FIRSTMOV.Dxr
/
00005_2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-08
|
185 b
|
15 lines
on mouseUp
if p(l()) or p(R()) then
go("1")
exit
end if
if p(3) then
go("3")
end if
end
on exitFrame
c([[l(), LC()], [R(), RC()], [3, OC()]])
go(the frame)
end